Skip to main content

gv_fetchpvn_flags

Function gv_fetchpvn_flags 

Source
pub unsafe fn gv_fetchpvn_flags(
    my_perl: *mut PerlInterpreter,
    a: *const c_char,
    b: STRLEN,
    c: I32,
    d: svtype,
) -> *mut GV
Expand description