Function newXS

Source
pub fn newXS(
    perl: *mut PerlInterpreter,
    name: &str,
    xsub: XSUBADDR_t,
    filename: &str,
) -> *mut CV