pub unsafe extern "C" fn smbc_getFunctionTelldir(
c: *mut SMBCCTX,
) -> smbc_telldir_fnExpand description
Returns the directory-position callback installed in c.
ยงSafety
c must be a valid, initialized native context pointer.
pub unsafe extern "C" fn smbc_getFunctionTelldir(
c: *mut SMBCCTX,
) -> smbc_telldir_fnReturns the directory-position callback installed in c.
c must be a valid, initialized native context pointer.