Skip to main content

smbc_getFunctionPrintFile

Function smbc_getFunctionPrintFile 

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

Returns the file-printing callback installed in c.

ยงSafety

c must be a valid, initialized native context pointer.