pub unsafe extern "C" fn coap_register_handler(
    resource: *mut coap_resource_t,
    method: coap_request_t,
    handler: coap_method_handler_t
)