pub unsafe fn settings_fees(
    settings: *const Settings,
    linear_fee_out: *mut LinearFee
) -> 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

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