class MyZlib {
  
  use Resource::Zlib;
  
  native static method test_gzopen_gzread : void ($file : string);
}