GB_load_state_from_buffer

Function GB_load_state_from_buffer 

Source
pub unsafe extern "C" fn GB_load_state_from_buffer(
    gb: *mut GB_gameboy_t,
    buffer: *const u8,
    length: usize,
) -> c_int