Skip to main content

newXS

Function newXS 

Source
pub unsafe fn newXS(
    my_perl: *mut PerlInterpreter,
    a: *const c_char,
    b: XSUBADDR_t,
    c: *const c_char,
) -> *mut CV
Expand description

thx shim for crate::newXS.