pub unsafe fn WsGetNamespaceFromPrefix<P0>(
    reader: *const WS_XML_READER,
    prefix: *const WS_XML_STRING,
    required: P0,
    ns: *mut *mut WS_XML_STRING,
    error: Option<*const WS_ERROR>
) -> Result<()>
where P0: IntoParam<BOOL>,