pub type PR_DrawStringFunc = Option<unsafe extern "C" fn(nameZ: *const A_UTF16Char, style: PF_FontStyleSheet, fore_colorP: *const A_Color, shadow_colorP: *const A_Color, originP: *const A_FloatPoint, shadow_offsetP: *const A_FloatPoint)>;Aliased Type§
pub enum PR_DrawStringFunc {
None,
Some(unsafe extern "C" fn(*const u16, i8, *const A_Color, *const A_Color, *const A_FloatPoint, *const A_FloatPoint)),
}