pub unsafe extern "C" fn SDL_PixelFormatEnumToMasks(
    format: u32,
    bpp: *mut c_int,
    Rmask: *mut u32,
    Gmask: *mut u32,
    Bmask: *mut u32,
    Amask: *mut u32
) -> SDL_bool
Expand description

Convert one of the enumerated pixel formats to a bpp and RGBA masks.

Return: SDL_TRUE, or SDL_FALSE if the conversion wasn’t possible.