Skip to main content

Perl_newXS

Function Perl_newXS 

Source
pub unsafe fn Perl_newXS(
    my_perl: *mut PerlInterpreter,
    name: *const c_char,
    subaddr: XSUBADDR_t,
    filename: *const c_char,
) -> *mut CV
Expand description

thx shim for crate::Perl_newXS.