Function freeimage::ffi::FreeImage_AllocateExT [] [src]

pub unsafe extern "C" fn FreeImage_AllocateExT(
    _type: FREE_IMAGE_TYPE,
    width: c_int,
    height: c_int,
    bpp: c_int,
    color: *const c_void,
    options: c_int,
    palette: *const RGBQUAD,
    red_mask: c_uint,
    green_mask: c_uint,
    blue_mask: c_uint
) -> *const FIBITMAP