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