pub type LCDSpriteDrawFunction = Option<unsafe extern "C" fn(sprite: *mut LCDSprite, bounds: PDRect, drawrect: PDRect)>;
pub enum LCDSpriteDrawFunction { None, Some(unsafe extern "C" fn(*mut LCDSprite, PDRect, PDRect)), }
No value.
Some value of type T.
T