pub unsafe extern "C" fn crypto_kdf_hkdf_sha512_extract_update( state: *mut crypto_kdf_hkdf_sha512_state, ikm: *const c_uchar, ikm_len: usize, ) -> c_int