#[no_mangle]
pub unsafe extern "C" fn libreauth_pass_init(
    cfg: *mut PassCfg
) -> ErrorCode
Expand description

[C binding] Initialize a struct libreauth_pass_cfg with the default values.

Parameter

cfg: pointer to a struct libreauth_pass_cfg

Safety

This function is a C binding and is therefore unsafe. It is not meant to be used in Rust.