pub unsafe fn settings_discrimination(
    settings: *const Settings,
    discrimination_out: *mut Discrimination
) -> Result
Expand description

Safety

This function also assumes that settings is a valid pointer previously obtained with this library, a null check is performed, but is important that the data it points to is valid

discrimination_out must point to valid writable memory, a null check is performed