Function SHA256

Source
pub unsafe extern "C" fn SHA256(
    d: *const u8,
    n: usize,
    md: *mut u8,
) -> *mut u8