pub unsafe extern "C" fn wc_CryptKey(
password: *const c_char,
passwordSz: c_int,
salt: *mut byte,
saltSz: c_int,
iterations: c_int,
id: c_int,
input: *mut byte,
length: c_int,
version: c_int,
cbcIv: *mut byte,
enc: c_int,
shaOid: c_int,
) -> c_int