pub unsafe extern "C" fn nettle_pkcs1_decrypt( key_size: usize, m: *const __mpz_struct, length: *mut usize, message: *mut u8, ) -> c_int