Skip to main content

smbc_getOptionUserData

Function smbc_getOptionUserData 

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

Returns the user data pointer stored in c.

ยงSafety

c must be a valid native context pointer.