pub unsafe extern "C" fn crypto_pwhash_argon2i_str(
out: *mut c_char,
passwd: *const c_char,
passwdlen: c_ulonglong,
opslimit: c_ulonglong,
memlimit: usize,
) -> c_int
pub unsafe extern "C" fn crypto_pwhash_argon2i_str(
out: *mut c_char,
passwd: *const c_char,
passwdlen: c_ulonglong,
opslimit: c_ulonglong,
memlimit: usize,
) -> c_int