[][src]Function fermium::SDL_PixelFormatEnumToMasks

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