[−][src]Type Definition pspsdk_sys::sdk::prnt_callback
type prnt_callback = Option<unsafe extern "C" fn(ctx: *mut c_void, ch: c_int)>;
Callback type, ch is 0x200 on start of string, 0x201 on end
type prnt_callback = Option<unsafe extern "C" fn(ctx: *mut c_void, ch: c_int)>;
Callback type, ch is 0x200 on start of string, 0x201 on end