pub unsafe extern "C" fn MLKEM768_decap( out_shared_secret: *mut u8, ciphertext: *const u8, ciphertext_len: usize, private_key: *const MLKEM768_private_key, ) -> c_int