Skip to main content

smbc_getFunctionTelldir

Function smbc_getFunctionTelldir 

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

Returns the directory-position callback installed in c.

ยงSafety

c must be a valid, initialized native context pointer.