pub unsafe extern "C" fn sys_bigint( result: *mut [u64; 4], op: u64, x: *const [u64; 4], y: *const [u64; 4], modulus: *const [u64; 4], )
Computes a big integer operation with a modulus.