[][src]Function libperl_sys::Perl_newXS_flags

pub unsafe extern "C" fn Perl_newXS_flags(
    my_perl: *mut PerlInterpreter,
    name: *const c_char,
    subaddr: XSUBADDR_t,
    filename: *const c_char,
    proto: *const c_char,
    flags: U32
) -> *mut CV