Type Alias RawFontAddFromMemory

Source
pub type RawFontAddFromMemory = unsafe extern "C-unwind" fn(identifier: *const c_char, font_size: f32, data: *const c_void, size: usize, callback: RawFontReceive, config: *mut ImFontConfig);