pub unsafe extern "system" fn WsCreateServiceEndpointFromTemplate(
channeltype: WS_CHANNEL_TYPE,
properties: *const WS_SERVICE_ENDPOINT_PROPERTY,
propertycount: u32,
addressurl: *const WS_STRING,
contract: *const WS_SERVICE_CONTRACT,
authorizationcallback: WS_SERVICE_SECURITY_CALLBACK,
heap: *const WS_HEAP,
templatetype: WS_BINDING_TEMPLATE_TYPE,
templatevalue: *const c_void,
templatesize: u32,
templatedescription: *const c_void,
templatedescriptionsize: u32,
serviceendpoint: *mut *mut WS_SERVICE_ENDPOINT,
error: *const WS_ERROR,
) -> HRESULT