Function Perl_gv_fetchmethod_pv_flags

Source
pub unsafe extern "C" fn Perl_gv_fetchmethod_pv_flags(
    my_perl: *mut PerlInterpreter,
    stash: *mut HV,
    name: *const c_char,
    flags: U32,
) -> *mut GV