Skip to main content

smbc_getFunctionSplice

Function smbc_getFunctionSplice 

Source
pub unsafe extern "C" fn smbc_getFunctionSplice(
    c: *mut SMBCCTX,
) -> smbc_splice_fn
Expand description

Returns the file-splicing callback installed in c.

ยงSafety

c must be a valid, initialized native context pointer.