Function freeimage::ffi::FreeImage_AllocateT [] [src]

pub unsafe extern "C" fn FreeImage_AllocateT(
    _type: FREE_IMAGE_TYPE,
    width: c_int,
    height: c_int,
    bpp: c_int,
    red_mask: c_uint,
    green_mask: c_uint,
    blue_mask: c_uint
) -> *const FIBITMAP