Function EVP_read_pw_string

Source
pub unsafe extern "C" fn EVP_read_pw_string(
    buf: *mut c_char,
    length: c_int,
    prompt: *const c_char,
    verify: c_int,
) -> c_int