pub unsafe extern "C" fn smbc_getFunctionPrintFile(
c: *mut SMBCCTX,
) -> smbc_print_file_fnExpand description
Returns the file-printing callback installed in c.
ยงSafety
c must be a valid, initialized native context pointer.
pub unsafe extern "C" fn smbc_getFunctionPrintFile(
c: *mut SMBCCTX,
) -> smbc_print_file_fnReturns the file-printing callback installed in c.
c must be a valid, initialized native context pointer.