core::intrinsics::overflowing_mul  
            
                [−]
            
        [src]
pub unsafe extern "rust-intrinsic" fn overflowing_mul<T>(a: T, b: T) -> T
Unstable
Returns (a * b) mod 2N, where N is the width of N in bits.