pub unsafe extern "C" fn hydro_pwhash_deterministic(
    h: *mut u8,
    h_len: usize,
    passwd: *const c_char,
    passwd_len: usize,
    ctx: *const c_char,
    master_key: *const u8,
    opslimit: u64,
    memlimit: usize,
    threads: u8
) -> c_int