pub unsafe extern "C" fn fz_malloc_aligned(
ctx: *mut fz_context,
size: usize,
align: c_int,
) -> *mut c_voidExpand description
fz_malloc equivalent, except that the block is guaranteed aligned.
Block must be freed later using fz_free_aligned.