Skip to main content

smbc_getFunctionRead

Function smbc_getFunctionRead 

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

Returns the file-read callback installed in c.

ยงSafety

c must be a valid, initialized native context pointer.