pub unsafe extern "C" fn pm_options_encoding_locked_set(
options: *mut pm_options_t,
encoding_locked: bool,
)Expand description
Set the encoding_locked option on the given options struct.
@param options The options struct to set the encoding_locked value on. @param encoding_locked The encoding_locked value to set.