Function _aligned_malloc

Source
pub unsafe extern "C" fn _aligned_malloc(
    _Size: usize,
    _Alignment: usize,
) -> *mut c_void