Function libc::aligned_malloc

source ·
pub unsafe extern "C" fn aligned_malloc(
    size: size_t,
    alignment: size_t
) -> *mut c_void