pub unsafe extern "C" fn ble_l2cap_create_server(
    psm: u16,
    mtu: u16,
    cb: ble_l2cap_event_fn,
    cb_arg: *mut c_void
) -> c_int