Function Perl_gv_fetchmethod_autoload

Source
pub unsafe extern "C" fn Perl_gv_fetchmethod_autoload(
    my_perl: *mut PerlInterpreter,
    stash: *mut HV,
    name: *const c_char,
    autoload: I32,
) -> *mut GV